data structure

data structure
структура данных
в программировании
1) способ хранения и организации данных для более удобного доступа к ним и обработки; может представлять собой описание полей записи, таблицы, списка, массива, файла и т. п.
см. тж. array, DBMS, field, file, list
2) сложный тип данных, представляющий собой набор из одной или нескольких переменных, возможно разных типов, имеющих общее имя.

Many books on algorithms and data structures teach complicated techniques for sorting and searching, for maintaining hash tables and binary trees, for dealing with records and pointers. — Во многих учебниках по алгоритмам и структурам данных описываются сложные методы сортировки и поиска, поддержки хэш-таблиц и двоичных деревьев, выполнения операций с записями и указателями см. тж. record


Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.

Игры ⚽ Поможем написать реферат

Смотреть что такое "data structure" в других словарях:

  • Data structure — In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.[1][2] Different kinds of data structures are suited to different kinds of applications, and some are highly …   Wikipedia

  • data structure — Way in which data are stored for efficient search and retrieval. The simplest data structure is the one dimensional (linear) array, in which stored elements are numbered with consecutive integers and contents are accessed by these numbers. Data… …   Universalium

  • data structure — noun (computer science) the organization of data (and its storage allocations in a computer) • Topics: ↑computer, ↑computing machine, ↑computing device, ↑data processor, ↑electronic computer, ↑information processing system …   Useful english dictionary

  • data structure — duomenų struktūra statusas T sritis informatika apibrėžtis Sudėtinis ↑duomenų tipas, sudarytas iš kitų duomenų reikšmių, sujungtų kuriuo nors būdu į visumą. Duomenų struktūra apibrėžia struktūrines reikšmes ir jų sujungimo būdą. Pagrindinės… …   Enciklopedinis kompiuterijos žodynas

  • Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized …   Wikipedia

  • Data structure diagram — Example of a Data Structure Diagram. A Data Structure Diagram (DSD) is a data model used to describe conceptual data models by providing graphical notations which document entities and their relationships, and the constraints that binds them. The …   Wikipedia

  • Data structure augmentation — In computer science augmenting a data structure means modifying it in some way to create a new one by storing new information in it. Augmenting data structures is quite common in software developing. This is mainly due to specific requirements of …   Wikipedia

  • data structure — noun Date: 1963 any of various methods or formats (as an array, file, or record) for organizing data in a computer …   New Collegiate Dictionary

  • data structure — noun An organization in software of data that allows more optimal searching, categorizing, or storage of information. Examples: matrix, stack, queue, dequeue, list …   Wiktionary

  • Persistent data structure — In computing, a persistent data structure is a data structure which always preserves the previous version of itself when it is modified; such data structures are effectively immutable, as their operations do not (visibly) update the structure in… …   Wikipedia

  • Disjoint-set data structure — In computing, a disjoint set data structure is a data structure that keeps track of a set of elements partitioned into a number of disjoint (nonoverlapping) subsets. A union find algorithm is an algorithm that performs two useful operations on… …   Wikipedia


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»